.news-box {
  width: 1000px;
  padding: 70px 0px;
  margin: 0 auto;
  margin-top: 100px;
}
.news-box .news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 28px;
  width: 100%;
}
.news-box .news-title .title {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.news-box .news-title .dis {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: justify;
  font-weight: 400;
  margin-top: 26px;
}

.news-box .news-content {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-box .news-content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
.news-box .news-content p.tip-center {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  font-weight: 400;
}

.news-box .news-content img {
  max-width: 100%;
  margin-bottom: 0px;
}
.news-box .news-footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.news-box .news-footer a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.news-box .news-footer a .tip {
  color: rgba(0, 0, 0, 0.45);
}

.back-wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}
.back-wrap img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  cursor: pointer;
}
.back-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-wrap span {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.mrl-15{
	margin-left: 15px;
}
